 /* This line sets up our clickable background image based on the site title’s link */
    /* Adjust the height & width below to reflect the actual size of your image */
    /* Change the filename of your image to reflect the actual header’s file name */
    .custom #header #logo a { display: block; height: 125px; width: 980px; background: url(http://www.thecomedynerds.com/images/header_new.jpg) no-repeat; outline: none; }

    /* This line gets rid of the site title & tagline by casting them out to the far left */
    .custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

    /* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
    .custom #header #tagline { height: 0; }

    /* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
    .custom #header { padding: 0; }


body.custom {
    background: #44443f;
}


.custom #page {
    background: #1b1b1b;
}


.custom #content_box {background-color:#dedcdc;}
.custom #content {background-color:#efeeee;}

.custom #feature_box { padding-right: 0px; padding-left: 0px; }
.custom #multimedia_box { padding-right: 0px; padding-left: 0px; }
.custom #custom_box { padding: 0px; }
/*---:[ headlines ]:---*/
.custom h1, .custom h2, .custom h3 { font-weight: bold; }
.custom h1, .custom h2 { color: #a90000; letter-spacing: -1px; text-align: center; }
	.custom h2 a, .custom h2 a:visited { color: #a90000; }
	.custom h2 a:hover { color: #000; }
	.custom #content #archive_info h1 { font-weight: bold; color: #222; }
.custom .format_text h3 { font-size: 3em; line-height: 3em; }
	.custom li.widget h3 { margin-bottom: 1em; text-indent: 0px; }
	.custom li.widget_rss h3 { height: 14px; margin-bottom: 1.231em; background: url('images/subscribe.gif') 26px 0 no-repeat; }
	.custom li.widget_email h3 { height: 17px; margin-bottom: 0; background: url('images/email_updates.gif') 23px 0 no-repeat; }
	.custom li.widget_twitter h3 { height: 14px; background: url('images/twitter.gif') 38px 0 no-repeat; }
	.custom li.widget_categories h3 { height: 25px; margin-bottom: 0.2em; background: url(http://www.barackobamabowl.com/testing/wp-content/themes/thesis%5Bv.1.5%5D/custom/images/top_new.jpg) 0 0 no-repeat; text-indent: -9999px; }
	.custom li.widget_premium h3 { height: 18px; background: url('images/sponsors.gif') 50% 0 no-repeat; }
	.custom li.widget_popular h3 { height: 17px; margin-bottom: 0.538em; background: url('images/popular.gif') 0.769em 0 no-repeat; }
	.custom li.widget_search h3 { height: 18px; background: url('images/search.gif') no-repeat; }
	h3.archives { height: 14px; background: url('images/archives.gif') no-repeat; }
.custom .headline_meta { color: #999; text-align: center; }
	.custom .headline_meta span { text-transform: none; letter-spacing: normal; }
	.custom .headline_meta a, .custom .headline_meta a:visited { color: #999; border-bottom: 0; }
	.custom .headline_meta a:hover { color: #a90000; text-decoration: underline; border-bottom: 0; }
        .custom li.widget_killer_recent_entries h3 { color: #ffffff; height: 20px; text-align: center; background: url(http://www.thecomedynerds.com/images/backformenu.jpg) 0px 0 no-repeat; }
.custom li.widget_text h3 { color: #ffffff; height: 20px; text-align: center; background: url(http://www.thecomedynerds.com/images/backformenu.jpg) 0px 0 no-repeat; }
.custom #custom_box { background: #eee; border-bottom: 0px solid #ddd; border-top: 0px solid #ddd; }
/*remove header border*/
.custom #header {  border:none ; }

